home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Snippets
/
Stuart's Tech Notes
/
Header Files
/
StuAppleTalk.h
< prev
next >
Wrap
Text File
|
1995-06-08
|
603b
|
39 lines
// (C) 1993-1995 Stuart Cheshire <cheshire@cs.stanford.edu>
typedef struct
{
BYTE sysLAPAddr;
BYTE destnode;
BYTE srcnode;
BYTE ALAPproto;
WORD length;
union
{
struct
{
BYTE destsocket;
BYTE srcsocket;
BYTE DPPproto;
BYTE userdata[15];
} shortheader;
struct
{
WORD checksum;
WORD destnet;
WORD srcnet;
BYTE destnode;
BYTE srcnode;
BYTE destsocket;
BYTE srcsocket;
BYTE DPPproto;
BYTE userdata[7];
} longheader;
} u;
BYTE unused;
BYTE sysABridge;
WORD sysNetNum;
WORD vSCCEnable;
} MPPglobals;
extern MPPglobals *ABusVars : 0x2D8;